type github.com/jackc/pgx/v5/pgtype.encodePlanBoxCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		box.go#L83: 		return encodePlanBoxCodecBinary{}
		box.go#L91: type encodePlanBoxCodecBinary struct{}
		box.go#L93: func (encodePlanBoxCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {